nhooyr.io/websocket.Conn.copts (field)
7 uses
nhooyr.io/websocket (current package)
conn.go#L51: copts *compressionOptions
conn.go#L100: copts: cfg.copts,
conn.go#L204: return c.copts != nil
read.go#L156: return !mr.c.copts.serverNoContextTakeover
read.go#L158: return !mr.c.copts.clientNoContextTakeover
write.go#L91: return !mw.c.copts.clientNoContextTakeover
write.go#L93: return !mw.c.copts.serverNoContextTakeover
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |